home *** CD-ROM | disk | FTP | other *** search
- From pixar!uupsi!rudedog.nrl.navy.mil!russo@ucbvax.berkeley.edu Tue Dec 10 14:08:22 1991
- Return-Path: <pixar!uupsi!rudedog.nrl.navy.mil!russo@ucbvax.berkeley.edu>
- Received: from ames.arc.nasa.gov by ra-next.arc.nasa.gov (NeXT-1.0 (From Sendmail 5.52)/NeXT-1.0)
- id AA04443; Tue, 10 Dec 91 14:08:20 PST
- Received: from ucbvax.Berkeley.EDU by ames.arc.nasa.gov (5.65c/1.21)
- with SMTP id AA04413 for <woo@ames.arc.nasa.gov>
- on Tue, 10 Dec 1991 13:47:55 -0800
- Received: from pixar.UUCP by ucbvax.Berkeley.EDU (5.63/1.42)
- id AA15468; Tue, 10 Dec 91 00:02:47 -0800
- Received: from uupsi.UUCP by pixar (4.1/SMI-4.1)
- id AA28431; Sat, 7 Dec 91 02:11:26 PST
- Received: from N2NGW.NYSER.NET by uu.psi.com (5.65b/4.1.110791-PSI/PSINet)
- id AA17815; Fri, 6 Dec 91 16:55:43 -0500
- Received: from Sun.COM by n2ngw.nyser.net (5.61/2.1-)
- id AA19679; Fri, 6 Dec 91 16:37:07 -0500
- Received: from net.nrl.navy.mil by Sun.COM (4.1/SMI-4.1)
- id AA22525; Fri, 6 Dec 91 13:42:19 PST
- Received: from rudedog.nrl.navy.mil by net.nrl.navy.mil (4.0/4.7)
- id AA25692; Fri, 6 Dec 91 16:45:26 EST
- Received: by rudedog.nrl.navy.mil (910711.SGI/910805.SGI)
- for @net.nrl.navy.mil:bug-gnuplot@pixar.com@sun.com id AA02568; Fri, 6 Dec 91 16:45:38 -0500
- Date: Fri, 6 Dec 91 16:45:38 -0500
- From: pixar!uupsi!rudedog.nrl.navy.mil!russo@ucbvax.berkeley.edu (Kevin Russo)
- Message-Id: <9112062145.AA02568@rudedog.nrl.navy.mil>
- To: bug-gnuplot@pixar.com
- Subject: gnuplotio library part 1 of 5
- Status: R
-
- November 1991
-
- G N U P L O T I O
-
- Gnuplotio is a C-function interface library which allows an
- application program to run Gnuplot interactively over UNIX pipes.
- Possible uses include using gnuplot as a cheap graphics library.
- By passing it data files and plot commands an application can have
- graphics without writing any graphics code.
-
- If gnuplot has the "table" terminal type,
- then Gnuplotio turns Gnuplot into a poor man's expression evaluator.
-
-
-
- Written by Kevin Russo SFA, Inc/Naval Research Lab, Code 5133 March 1991
- russo@orion.nrl.navy.mil or russo@rudedog.nrl.navy.mil
-
- Compiling the demo. gplot.c is a sample program using the library.
- % make gplot
-
- Detailed documentation - see gnuplotio.3 for details.
- % make man
- % cat gnuplotio.3 | col | ul | more -s -f -
-
-
-
-